home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / database / 32psro20.zip / _SETUP.1 / REO32S.EXE / 0 / RCDATA / THINTSDLG / THINTSDLG.txt
Text File  |  1997-05-14  |  1KB  |  73 lines

  1. object HintsDlg: THintsDlg
  2.   Left = 107
  3.   Top = 141
  4.   BorderStyle = bsDialog
  5.   Caption = 'Tips'
  6.   ClientHeight = 265
  7.   ClientWidth = 456
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   ShowHint = True
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   TextHeight = 16
  17.   object Memo1: TMemo
  18.     Left = 8
  19.     Top = 8
  20.     Width = 441
  21.     Height = 209
  22.     TabStop = False
  23.     Color = clAqua
  24.     Font.Color = clBlack
  25.     Font.Height = -13
  26.     Font.Name = 'Arial'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     ReadOnly = True
  30.     ScrollBars = ssVertical
  31.     TabOrder = 0
  32.     WantReturns = False
  33.   end
  34.   object Button1: TButton
  35.     Left = 176
  36.     Top = 224
  37.     Width = 97
  38.     Height = 33
  39.     Hint = 'Display Previous Tip'
  40.     Caption = '<< &Previous'
  41.     TabOrder = 2
  42.     OnClick = Button1Click
  43.   end
  44.   object Button2: TButton
  45.     Left = 280
  46.     Top = 224
  47.     Width = 97
  48.     Height = 33
  49.     Hint = 'Display Next Tip'
  50.     Caption = '&Next >>'
  51.     TabOrder = 3
  52.     OnClick = Button2Click
  53.   end
  54.   object CheckBox1: TCheckBox
  55.     Left = 8
  56.     Top = 232
  57.     Width = 153
  58.     Height = 17
  59.     Hint = 'Do Not Display Tips Window On Startup'
  60.     Caption = '&Do Not Display Tips'
  61.     TabOrder = 1
  62.   end
  63.   object Button3: TButton
  64.     Left = 384
  65.     Top = 224
  66.     Width = 67
  67.     Height = 33
  68.     Caption = '&Close'
  69.     TabOrder = 4
  70.     OnClick = Button3Click
  71.   end
  72. end
  73.